gdkglcontext-win32.c: Fix Resizing and moving
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 1 Apr 2019 06:47:36 +0000 (14:47 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 1 Apr 2019 06:51:29 +0000 (14:51 +0800)
commit7a45768efe1a2502a927bc87db9d22a558fefdf3
treef33c3295068989e704d4ccd79de824107c6cfd3c
parent3a56da60ddc1b081cfe6b7cde10f6297b4072bd3
gdkglcontext-win32.c: Fix Resizing and moving

We preiously did not apply the resizes and moves as they were previously
only done in the Cairo drawing context on Win32.  Fix this by applying
this too in the GL drawing context.
gdk/win32/gdkglcontext-win32.c